PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / setLanguage Method
A language identifier that shall specify the natural language for all text in the document except where overridden by language specifications for structure elements or marked content.
In This Topic
    setLanguage Method
    In This Topic
    Sets the document language.
    Syntax
    public void setLanguage( 
       java.lang.String value
    )

    Parameters

    value
    A language identifier that shall specify the natural language for all text in the document except where overridden by language specifications for structure elements or marked content.
    See Also